Skip to content

Remove MYSQLI_STMT_ATTR_PREFETCH_ROWS constant #15485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

kamil-tekiela
Copy link
Member

This feature was never implemented, and since the beginning, using this constant with mysqlnd would result in an error.
This feature was only available with libmysqlclient which can no longer be used with mysqli.
There are no plans to implement it in the future.

Deprecating the constant would serve no function since it's not possible to use this constant on its own for anything, and using it with mysqli_stmt_attr_set would result in an error.

This feature was never implemented, and since the
beginning, using this constant with mysqlnd would
result in an error.
This feature was only available with libmysqlclient
which can no longer be used with mysqli.
There are no plans to implement it in the future.
Copy link
Member

@cmb69 cmb69 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, let's remove that. Thank you!

@kamil-tekiela kamil-tekiela merged commit c316382 into php:master Aug 19, 2024
10 checks passed
@kamil-tekiela kamil-tekiela deleted the MYSQLI_STMT_ATTR_PREFETCH_ROWS branch August 19, 2024 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants